Set up instructions:


<P>Instructions on the installation of the module that can be provided to resellers:

1.Download the above zipped file.
2.Upload and extract the module into the main WHMCS directory. (WHMCS/modules/registrars/)
3.Log on WHMCS admin area, Go to Setup >Products/Services>Domain Registrars and activate module.
4.Set credentials for the API connection.
5.Get the API credentials: Log in https://www.eacdirectory.co.ke/domains/clientarea.php > Domains > Domain Reseller API
API Key: Click Show to see it

6. On WHMCS admin area, Go to Setup >Products/Services>Domain Pricing > Auto Registration > Eacdirectory Then Save changes
This enables you to have EACdirectory as the domain registrar for .ke domains


Meanwhile 

Add this code the below code at the end of 'additionaldomainfields.php' file located at 'includes/additionaldomainfields.php'.
Right before sign: '?>'
additionaldomainfields.php


    if(!defined('DS'))
        define('DS',DIRECTORY_SEPARATOR);
    $filename = dirname(__FILE__).DS.'..'.DS.'modules'.DS.'registrars'.DS.'eacdirectory'.DS.'eacdirectory.php';
    if(file_exists($filename)){
        require_once ($filename);
        $fields = eacdirectory_GetDomainFields();
        if(is_array($fields))
            $additionaldomainfields = $fields;     
    }

    At the end of 'additionaldomainfields.php' file located at 'includes/additionaldomainfields.php'.
    Right before sign: '?>'







You are done

Send us an email to API@eacdirectory.co.ke indicating your reseller Email address and Server IP so that we can whitelist the IP



